curl --request POST \
--url https://api-lr.agent.ai/v1/action/industry_research_send_research_email_action \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"output_variable_name": "email_result",
"report_id": "{{industry_research.report_id}}",
"email": "<string>"
}
'{
"status": 123,
"response": {}
}Sends an industry research report as a formatted email with Market Overview, Key Players, and personalized implications teaser.
curl --request POST \
--url https://api-lr.agent.ai/v1/action/industry_research_send_research_email_action \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"output_variable_name": "email_result",
"report_id": "{{industry_research.report_id}}",
"email": "<string>"
}
'{
"status": 123,
"response": {}
}Bearer token from your account (https://agent.ai/user/integrations#api)